Accusoft.FSInvoices1.Net
Analyze(List<String>) Method




File paths of images to process.
Runs analysis on a list of image files.
Syntax
'Declaration
 
Public Overloads Function Analyze( _
   ByVal fileIds As List(Of String) _
) As AnalyzeResults
'Usage
 
Dim instance As Processor
Dim fileIds As List(Of String)
Dim value As AnalyzeResults
 
value = instance.Analyze(fileIds)
public AnalyzeResults Analyze( 
   List<string> fileIds
)
public: AnalyzeResults* Analyze( 
   List<string*>* fileIds
) 
public:
AnalyzeResults^ Analyze( 
   List<String^>^ fileIds
) 

Parameters

fileIds
File paths of images to process.

Return Value

Analyze results.
Exceptions
ExceptionDescription
InvoiceProcessingExceptionThrown when more than one table is defined in FormDefinition.
See Also

Reference

Processor Class
Processor Members
Overload List

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback